instruction sequence造句
例句与造句
- An instruction sequence in programmed instruction
指令程序编排指令中的指令次序 - A path is an instruction sequence that threads through the program from entry to final exit
路径是程序从入口到退出的指令顺序。 - In normal usage , java source code is translated into bytecode instruction sequences by a compiler
通常,编译器把java源代码翻译成字节码指令序列。 - In response , the packet unit concatenates data words of an instruction sequence into contiguous blocks
行为上,封装单元连接指令串中的资料成为一个连续的区块。 - Bytecode method matching in jibx 1 . x is based on comparing the method signatures , along with the actual binary bytecode instruction sequences for the methods
Jibx 1 . x的字节码方法匹配基于对方法签名和方法的二进制字节码指令序列的比较。 - It's difficult to find instruction sequence in a sentence. 用instruction sequence造句挺难的
- Rather than manipulating bytecode instructions directly , asm uses a visitor pattern to process class data including instruction sequences as streams of events
Asm并不直接操纵字节码指令,而是采用visitor模式把类数据(包括指令序列)当成事件流来处理。 - If any detail of a generated bytecode instruction sequence is wrong , the class containing that bytecode will fail verification when you attempt to load it into a jvm
如果生成的字节码指令序列的任何细节有误,那么把包含这个字节码的类装入jvm时,检验就会失败。 - The nearest equivalent to the bytecode approach of comparing method signatures and instruction sequences is to match the sequence of java language tokens comprising the source code for a method
其中一种方式是匹配一个方法的java语言标志(包括源代码)序列,这是与字节码比较方法签名和指令序列的方法最相近的方式。 - Interface can be used to add annotations or special attributes for the method , but also provides the interface for generating the actual bytecode instruction sequence that makes up the body of the method
Org . objectweb . asm . methodvisitor接口的实例)可以用于为方法添加注释或特殊属性,但是也为生成构成方法主体的实际字节码指令序列提供了接口。 - The queue entries also have indicators that indicate whether or not a starting or final data word of an instruction sequence is contained in the queue entry and if so , an offset indicating the particular starting or final data word
在伫列中的单元亦有指示器指明是否包含一个指令串的开头或结尾,并有相关的位移值指明此一指令串的开头或结束位置。 - The results show : " reverse reading instruction sequence " , " structure - oriented " teaching methods , and teaching focus on the match with difficult exercises in the triple jump shariah means all organic combination of experimental design achieved the expected results
结果表明: “逆向叠加教学顺序” 、 “结构定向”教学方法、与教学重点与难点相匹配的练习手段三者有机组合的三级跳远教法效果达到了预期实验设计目的。 - Because the binding compiler will always generate the same bytecode instruction sequence for a binding component , this matching process works as expected , even for methods that call other methods in the same or other classes , as long as the called methods are checked for duplication before the calling method
因为绑定编译器经常为一个绑定组件生成相同的字节码指令序列,这种匹配过程像预期的那样有效,甚至对于那些调用处于同一个类或者其他类中的其他方法的方法也同样有效,只要在调用之前检查了被调用方法的重复性。